home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 July
/
EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso
/
earcd
/
dev
/
amos
/
bestofsd.lha
/
Xor1.AMOS
/
Xor1.amosSourceCode
Wrap
AMOS Source Code
|
1992-10-20
|
710b
|
25 lines
' *****************************************************
' * *
' * This AMOS-program was made by Svante Danielsson *
' * *
' * Mail me at: til96sdn@mds.mdh.se *
' * *
' *****************************************************
Degree
Screen Open 1,320,256,2,Lowres : Flash Off : Curs Off
Circle 16,16,15 : Paint 16,16
Screen Open 0,320,256,2,Lowres : Flash Off : Curs Off : Hide
Palette 0,$EED
For C=0 To 420
X=144+Sin(C*8)*C/2
Y=110+Cos(C*8)*C/2
Screen Copy 1,0,0,32,32 To 0,X,Y,%1100000
Next
Wait Key
Fade 1
Edit